Filter hook 'pre_{$taxonomy}_{$field}'
in WP Core File wp-includes/taxonomy.php at line 1827
Description
Filters a taxonomy field before it is sanitized. The dynamic portions of the filter name, `$taxonomy` and `$field`, refer to the taxonomy slug and field name, respectively.
Occurrences
Filename |
Line Number |
wp-includes/taxonomy.php |
1827 |
Parameters
Type |
Name |
Description |
mixed |
$value |
Value of the taxonomy field. |
PHP Doc
/**
* Filters a taxonomy field before it is sanitized.
*
* The dynamic portions of the filter name, `$taxonomy` and `$field`, refer
* to the taxonomy slug and field name, respectively.
*
* @since 2.3.0
*
* @param mixed $value Value of the taxonomy field.
*/